home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19970104-19970326
/
000392_news@columbia.edu _Mon Mar 10 10:50:32 1997.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
1KB
Return-Path: <news@columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA07862
for <kermit.misc@watsun.cc.columbia.edu>; Mon, 10 Mar 1997 10:50:32 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA03862
for kermit.misc@watsun; Mon, 10 Mar 1997 10:50:31 -0500 (EST)
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: vt320
Date: 10 Mar 1997 15:50:29 GMT
Organization: Columbia University
Lines: 13
Message-ID: <5g1ak5$q24$1@apakabar.cc.columbia.edu>
References: <332350dd.34855536@news.intnet.net>
NNTP-Posting-Host: watsun.cc.columbia.edu
Xref: news.columbia.edu comp.protocols.kermit.misc:6726
In article <332350dd.34855536@news.intnet.net>,
Jeff Tomich <hoot@d-s-s.com> wrote:
: How do I get MSkermit for DOS to emulate VT320? Is it built in or do I
: have to obtain a key map file?
:
The host-to-screen side of VT320 is built in. Just tell Kermit to
"set terminal type vt320". In fact, this is the default emulation.
Key mapping is a different matter. Since the PC and VT320 keyboards are
different, no two people agree on what the mapping should be. A sample
mapping is included with MS-DOS Kermit as KEYBOARD\VT300.INI.
- Frank